home *** CD-ROM | disk | FTP | other *** search
- // Copyright 1999 Macromedia, Inc. All rights reserved.
-
- //--------------- GLOBAL VARIABLES ---------------
-
- var helpDoc = MM.HELP_objDescription;
-
- //--------------- API FUNCTIONS ---------------
-
- function objectTag() {
- // Return the html tag that should be inserted
- return '<meta name="description" content="' + document.theForm.Description.value + '">'
- }
-